home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
System
/
Directory source
/
main.c
< prev
next >
Wrap
C/C++ Source or Header
|
1988-10-27
|
170b
|
19 lines
/* MAIN.C
*
* The main entry point for all this
*/
#include <stdio.h>
main()
{
int mode;
InitApp();
UnloadSeg(InitApp);
while (!DoEvent());
ExitToShell();
}